// // Copyright (c) 2009 All Right Reserved // // vl // // 2009-01-01 // Contains ... namespace LargoCommon.Composer { /// /// Determinate Value. /// /// Returns value. public delegate int DeterminateValue(); }